@charset "utf-8";

@media screen and (max-width: 1530px) {}

@media screen and (max-width: 1440px) {
    .ny-nav ul li>a {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {
    .ny-tit {
        display: block;
        margin-top: .35rem;
        margin-bottom: .3rem;
    }

    .ny-tit h2 {
        font-size: .26rem;
    }

    .ny-tit div {
        position: static;
        margin-top: .1rem;
        transform: translateY(0);
    }

    .pagination {
        padding-top: 0.3rem;
    }

    .pagination a {
        padding: 0 0.05rem;
        line-height: 0.3rem;
        font-size: 0.14rem;
        margin: 0 0.03rem;
    }

    .banner::before {
        content: none;
    }

    .text-list ul, .sunpeo ul {
        display: block;
    }

    .text-list ul li, .sunpeo ul li {
        width: auto;
        margin-top: .2rem;
    }

    .text-list ul li:nth-child(2), .sunpeo ul li:nth-child(2) {
        margin-top: .2rem;
    }

    .text-list ul li a .date {
        width: 1rem;
    }

    .sunpeo ul li a .pics {
        width: 1.6rem;
    }

    .sunpeo ul li a .info {
        padding: .2rem .2rem 0 .2rem;
    }

    .sunpeo ul li a .info h3 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sunpeo ul li a .info p {
        line-height: .24rem;
        max-height: .72rem;
    }

    .sunpeo ul li a .info span {
        font-size: .18rem;
    }

    .jgsz {
        display: block;
    }

    .jgsz-box {
        width: auto;
    }

    .jgsz-tit {
        height: 0.8rem;
    }

    .jgsz-tit h3 {
        padding: .2rem .3rem;
        text-align: center;
        font-size: .24rem;
    }

    .jgsz-list ul {
        padding: .15rem .2rem;
        display: block;
    }

    .jgsz-list ul li {
        width: auto;
        margin-top: .1rem;
    }

    .jgsz-list ul li:nth-child(1) {
        margin-top: 0;
    }

    .jgsz-list ul li a {
        line-height: .3rem;
        font-size: .18rem;
    }

    .jgsz-list ul li a::before {
        top: 0.11rem;
    }

    .leader-tit {
        height: 0.8rem;
    }

    .leader-tit h3 {
        padding: .2rem .3rem;
        text-align: center;
        font-size: .24rem;
    }

    .leader-c {
        display: block;
        padding: .3rem .2rem;
    }

    .leader-l ul li {
        padding: .2rem;
    }

    .leader-l ul li a {
        font-size: .18rem;
    }

    .leader-r {
        max-width: 100%;
        margin-left: 0;
        margin: 0 auto;
    }

    .leader-r img {
        max-width: 100%;
        margin: 0 auto;
    }

    .ny-t>div {
        display: block;
        padding: .2rem .15rem;
    }

    .lmname h3 {
        position: relative;
    }

    .lmname h3 b {
        position: absolute;
        right: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0.3rem;
        height: 0.3rem;
        transition: all 0.5s;
    }

    .lmname h3 b::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 0.2rem;
        height: 2px;
        background: #fff;
    }

    .lmname h3 b::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
        width: 0.2rem;
        height: 2px;
        background: #fff;
        transition: all 0.5s;
    }

    .lmname h3 b.on {
        transform: translateY(-50%) rotate(45deg);
    }

    .lmname h3 span {
        font-size: .24rem;
    }

    .ny-nav {
        display: none;
    }

    .ny-nav ul {
        display: block;
        padding-top: .2rem;
    }

    .ny-nav ul li {
        margin-top: .05rem;
    }

    .ny-nav ul li>a {
        line-height: .5rem;
        padding: 0;
        margin: 0;
    }

    .ny-nav ul li>a span {
        position: absolute;
        right: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0.3rem;
        height: 0.3rem;
        transition: all 0.5s;
    }

    .ny-nav ul li>a span::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 0.2rem;
        height: 2px;
        background: #fff;
    }

    .ny-nav ul li>a span::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
        width: 0.2rem;
        height: 2px;
        background: #fff;
        transition: all 0.5s;
    }

    .ny-nav ul li>a span.on {
        /* transform: translateX(-50%) translateY(-50%) rotate(0); */
        transform: translateY(-50%) rotate(45deg);
    }

    .ny-nav ul li div {
        position: static;
        display: block;
        display: none;
        transform: scale(1);
        transition: all 0s;
    }

    .ny-nav ul li div a {
        line-height: .42rem;
    }

    .ny-nav ul li>a::after {
        display: none;
    }

    .ny-nav ul li.active>a {
        color: #FFBA56;
    }

    .search-tit {
        padding: .2rem 0;
    }

    .search-tit span {
        font-size: .18rem;
    }

    .search-tit b {
        font-size: .24rem;
    }

    .search-list ul li a {
        height: 0.7rem;
    }

    .search-list ul li:hover a {
        padding: 0 .15rem;
    }

    .ny-c {
        display: block;
        min-height: 2rem;
    }

    .imgtlist ul li {
        margin-left: -.2rem;
    }

    .imgtlist ul li a {
        padding: .2rem;
    }

    .ny-r {
        margin-left: 0;
        width: auto;
        margin-top: .3rem;
    }

    .major {
        display: block;
    }

    .major>div {
        width: auto;
    }

    .major::before {
        left: .05rem;
    }

    .major>div:nth-child(2n+1)::before {
        left: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
    }

    .major>div {
        padding-left: .2rem;
        min-height: auto;
        margin-top: .2rem !important;
        margin-left: .05rem;
    }
    .major>.major-jj-new{
                            border: none;
                            padding-left: 0;
                            font-size: 0.16rem;
                            text-indent: 2em;
                            margin-top: 0!important;
                            margin-left: 0;
                            }

    .major>div h3 {
        position: static;
        margin-bottom: .1rem;
    }

    .major>div:nth-child(2n) ul li a {
        text-align: left;
    }

    .college1, .college4 {
        display: block;
    }

    .college1-l {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: .3rem;
    }

    .college4-r {
        max-width: 100%;
        margin: 0 auto;
        margin-top: .3rem;
    }

    .college-text p {
        margin-top: .15rem;
    }

    .college-tit {
        margin-top: .35rem;
        margin-bottom: .25rem;
    }

    .college3-list ul li a .nums {
        width: 1rem;
        height: 1rem;
    }

    .college3-list ul li a .nums b {
        font-size: .24rem;
    }

    .college3-list ul li a .info p {
        font-size: .16rem;
    }

    .college3-list ul {
        flex-wrap: wrap;
    }

    .college3-list ul li {
        width: 33.33%;
    }

    .college3-list ul li:nth-child(2n) {
        margin-top: 0;
    }

    .caml1-l {
        position: static;
    }

    .caml1-l h3 {
        writing-mode: horizontal-tb;
        text-align: center;
        letter-spacing: 0;
        font-size: .24rem;
        margin: .25rem 0;
    }

    .caml-tit {
        padding: .35rem 0 .25rem;
    }

    .caml-tit h3 {
        font-size: .24rem;
    }

    .caml2 .slick-list li a .pic {
        border-radius: .1rem;
    }

    .caml2 .caml2-slick {
        margin: 0 -20%;
    }

    .caml2 .slick-dots li {
        width: 0.12rem;
        height: 0.12rem;
        margin: 0 .1rem;
    }

    .caml2 .slick-dots {
        margin-top: .2rem;
    }

    .caml1 {
        padding-bottom: .35rem;
    }

    .caml3 {
        margin-top: .35rem;
        padding-bottom: .35rem;
    }

}

@media screen and (max-width:768px) {
    .major-box ul{display:block;margin-top:0;padding:0;}
    .major-box ul li{width:auto;}
    .major-box ul li a{text-align:left !important;}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:320px) {
    .caml4-c ul {
        display: block;
    }

    .caml4-c ul li {
        width: auto;
        margin: .1rem 0;
    }
}




@media screen and (max-width:1024px) {


    .img-lists ul li {
        width: 49%;
        margin-left: 2%;
        margin-top: .2rem;
    }

    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info p {
        font-size: .14rem;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }

}


@media screen and (max-width:768px) {

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }
}